home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Property Editors / dsadd.dfm / dsadd.txt
Text File  |  1999-08-11  |  1KB  |  70 lines

  1. object AddFields: TAddFields
  2.   Left = 293
  3.   Top = 103
  4.   ActiveControl = FieldsList
  5.   AutoScroll = False
  6.   Caption = 'Add Fields'
  7.   ClientHeight = 253
  8.   ClientWidth = 248
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 279
  11.   Constraints.MinWidth = 256
  12.   ParentFont = True
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OkBtn: TButton
  19.     Left = 6
  20.     Top = 219
  21.     Width = 75
  22.     Height = 25
  23.     Anchors = [akRight, akBottom]
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 86
  31.     Top = 219
  32.     Width = 75
  33.     Height = 25
  34.     Anchors = [akRight, akBottom]
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 2
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 8
  42.     Top = 8
  43.     Width = 232
  44.     Height = 197
  45.     Anchors = [akLeft, akTop, akRight, akBottom]
  46.     Caption = 'Available fields'
  47.     TabOrder = 0
  48.     object FieldsList: TListBox
  49.       Left = 8
  50.       Top = 16
  51.       Width = 216
  52.       Height = 173
  53.       Anchors = [akLeft, akTop, akRight, akBottom]
  54.       ItemHeight = 13
  55.       MultiSelect = True
  56.       TabOrder = 0
  57.     end
  58.   end
  59.   object HelpBtn: TButton
  60.     Left = 166
  61.     Top = 219
  62.     Width = 75
  63.     Height = 25
  64.     Anchors = [akRight, akBottom]
  65.     Caption = '&Help'
  66.     TabOrder = 3
  67.     OnClick = HelpBtnClick
  68.   end
  69. end
  70.